home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 510 b | 18 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts to build the CFM-68K
- # Form Part (Debug Build)
- #
- # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
-
- ### Make sure you're set to the correct directory
-
- Directory "{ODFDev}Form:SC68KDebug:"
-
- ### Tell the FWBuild script where your precompiled header files are located.
-
- Set FWPreCompHdrDir "{ODF}SC68KDebug:Precompile∂ Headers:"
- Export FWPreCompHdrDir
-
- ### Build your Form part
-
- FWBuild68KCFM "{ODFDev}Form:Sources:ODFForm.CFM"
-